Next: Enriched Properties, Previous: Enriched Indentation, Up: Enriched Text [Contents][Index]
In Enriched mode, you can use the following commands to specify various justification styles for filling. These commands apply to the paragraph containing point, or, if the region is active, to all paragraphs overlapping the region.
Align lines to the left margin
(set-justification-left).
Align lines to the right margin
(set-justification-right).
Align lines to both margins, inserting spaces in the
middle of the line to achieve this
(set-justification-full).
Center lines between the margins
(set-justification-center).
Turn off filling entirely
(set-justification-none). The fill commands do
nothing on text with this setting. You can, however, still
indent the left margin.
You can also specify justification styles using the
Justification submenu in the Text Properties menu. The default
justification style is specified by the per-buffer variable
default-justification. Its value should be one of
the symbols left, right,
full, center, or none;
their meanings correspond to the commands above.